home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
American History: Interactive Maps & User's Guide
/
American History: Interactive Maps & User's Guide.iso
/
pc
/
Start.dxr
/
00005.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2000-01-25
|
340 b
|
14 lines
on CheckDrive weirdfile
repeat with i = 90 down to 66
set drive to numToChar(i)
set thisPath to string(drive & ":\" & weirdfile)
if FileExists(thisPath) = 0 then
set myFile to 0
return drive & ":"
exit
end if
end repeat
alert("You must insert the HRW_IMAPS CD-ROM to run this program.")
quit()
end